﻿/*å›ºå®šçš„æ‚¬æµ®çª—*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #539cd3 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #539cd3 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #539cd3 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #539cd3 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_top a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.bottom-fixed {
	background: #42250E;
	bottom: 0;
	position: fixed;
	height: 55px;
	text-align: center;
	z-index: 9999;
	line-height: 70px;
	color: #fff;
	width: 100%;
	left: 0px;
	display: none;
}
.bottom-fixed li {
	border-right: #fff 0px solid;
	font-size: 16px;
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
	height: 60px;
	padding-top: 5px;
	background: #186298;
}
.sms {
	background: url("../images/sms.png") no-repeat scroll center 4px transparent;
	float: left;
	height: 100%;
	width: 100%;
	color: #fff;
	line-height: 70px;
	font-size: 14px;
}
.tel1 {
	background: url("../images/tel1.png") no-repeat scroll center 0px transparent;
	float: left;
	height: 100%;
	width: 100%;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.map {
	background: url("../images/map1.png") no-repeat scroll center -3px transparent;
	float: left;
	height: 100%;
	width: 100%;
	line-height: 70px;
	font-size: 14px;
	color: #fff;
}
.chat {
	background: url("../images/sq.png") no-repeat scroll center -2px transparent;
	float: left;
	height: 100%;
	width: 100%;
	line-height: 70px;
	font-size: 14px;
	color: #fff;
}
@media only screen and (max-width : 640px) {
	.bottom-fixed{
		display: block;
	}
}